home *** CD-ROM | disk | FTP | other *** search
- object EvalForm: TEvalForm
- Left = 199
- Top = 150
- BorderIcons = [biMinimize, biMaximize]
- BorderStyle = bsDialog
- Caption = 'PowerArchiver 2003'
- ClientHeight = 260
- ClientWidth = 433
- Color = clWhite
- ParentFont = True
- KeyPreview = True
- OldCreateOrder = True
- Scaled = False
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 10
- Top = 4
- Width = 208
- Height = 100
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Label1: TLabel
- Left = 224
- Top = 4
- Width = 193
- Height = 32
- Alignment = taCenter
- AutoSize = False
- Caption = 'Thank you for choosing '#13#10'PowerArchiver!'
- end
- object Label2: TLabel
- Left = 224
- Top = 106
- Width = 193
- Height = 33
- Alignment = taCenter
- AutoSize = False
- Caption = 'To remove this notice, please '#13#10'register PowerArchiver.'
- WordWrap = True
- end
- object Bevel1: TBevel
- Left = 21
- Top = 173
- Width = 390
- Height = 7
- Shape = bsTopLine
- end
- object Label3: TLabel
- Left = 0
- Top = 178
- Width = 430
- Height = 47
- Alignment = taCenter
- AutoSize = False
- BiDiMode = bdLeftToRight
- Caption =
- 'I wish to continue using PowerArchiver solely for evaluation'#13#10'pu' +
- 'rposes under the terms specified in the end-user license, and'#13#10'u' +
- 'nderstand that for any other use I must pay the registration fee' +
- '.'
- ParentBiDiMode = False
- WordWrap = True
- end
- object Image2: TImage
- Left = 8
- Top = 4
- Width = 208
- Height = 100
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- end
- object Image3: TImage
- Left = 262
- Top = 35
- Width = 122
- Height = 70
- AutoSize = True
- Picture.Data = {<image002.bmp>}
- end
- object Label4: TLabel
- Left = 24
- Top = 106
- Width = 181
- Height = 31
- Alignment = taCenter
- AutoSize = False
- Caption = 'This unregistered version is '#13#10'for evaluation purposes only.'
- end
- object Image4: TImage
- Left = 262
- Top = 35
- Width = 122
- Height = 70
- AutoSize = True
- Picture.Data = {<image003.bmp>}
- end
- object CorelButton2: TButton
- Left = 229
- Top = 139
- Width = 169
- Height = 25
- Caption = '&Ordering Information...'
- TabOrder = 1
- OnClick = CorelButton2Click
- end
- object CorelButton5: TButton
- Left = 34
- Top = 139
- Width = 169
- Height = 25
- Caption = 'Enter &Registration Code...'
- TabOrder = 0
- OnClick = CorelButton5Click
- end
- object CorelButton3: TButton
- Left = 34
- Top = 226
- Width = 109
- Height = 25
- Caption = 'I &Agree'
- TabOrder = 2
- OnClick = CorelButton3Click
- end
- object CorelButton1: TButton
- Left = 160
- Top = 226
- Width = 109
- Height = 25
- Caption = 'View &License...'
- TabOrder = 3
- OnClick = CorelButton1Click
- end
- object CorelButton4: TButton
- Left = 286
- Top = 226
- Width = 109
- Height = 25
- Caption = '&Quit'
- TabOrder = 4
- OnClick = CorelButton4Click
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 7
- Top = 2
- end
- end
-